Visual Basic (Declaration) | |
---|---|
Public MustInherit Class ServiceStreamer (Of TStreamedData,TServiceState) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState) |
C# | |
---|---|
public abstract class ServiceStreamer<TStreamedData,TServiceState> |
C++/CLI | |
---|---|
generic<typename TStreamedData> generic<typename TServiceState> public ref class ServiceStreamer abstract |
- TStreamedData
- The user type returned from the called web service.
- TServiceState
- User state information.
This is an abstract class which you need to override and implement the abstract methods in order to use. The class allow inheritors to specify the number of concurrent web calls they want make at once and synchronize this with updating the UI with the streamed data.
System.Object
Leadtools.Web.Services.ServiceStreamer<TStreamedData,TServiceState>
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family